chore: up deps and fix alerts - #265
Merged
vorobey merged 2 commits intoAug 12, 2026
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the DevExtreme/ThemeBuilder toolchain and regenerates the “additional” theme CSS to align the template with DevExtreme 26.1.4, while also adding dependency overrides/exclusions to address dependency alerts.
Changes:
- Bump
devextreme,devextreme-angular,devextreme-themebuilder, and related tooling to26.1.4/1.17.0. - Regenerate
theme.additional.cssandtheme.additional.dark.cssfor the updated ThemeBuilder version. - Add
nanoidoverride (security fix) and introduceminimumReleaseAgeExcludeentries in pnpm workspace config.
Reviewed changes
Copilot reviewed 2 out of 7 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| src/themes/generated/theme.additional.dark.css | Regenerated dark “additional” theme output for ThemeBuilder 26.1.4 (new icons + updated styles/variables). |
| src/themes/generated/theme.additional.css | Regenerated light “additional” theme output for ThemeBuilder 26.1.4 (new icons + updated styles/variables). |
| pnpm-workspace.yaml | Adds nanoid override and config exclusions for pnpm release-age gating. |
| pnpm-lock.yaml | Lockfile refresh reflecting updated DevExtreme packages and transitive dependency changes. |
| package.json | Updates DevExtreme deps and pins devextreme-cli version; aligns ThemeBuilder dependency. |
Files not reviewed (1)
- pnpm-lock.yaml: Generated file
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Contributor
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 2 out of 7 changed files in this pull request and generated no new comments.
Files not reviewed (1)
- pnpm-lock.yaml: Generated file
Suppressed comments (2)
pnpm-workspace.yaml:19
minimumReleaseAgeExcludeis configured, but there is nominimumReleaseAgesetting anywhere in the repo. As-is, this block is likely a no-op and may confuse future maintenance (it’s unclear what behavior is being opted out of).
minimumReleaseAgeExclude:
- devextreme-cli
- devextreme-schematics
package.json:25
- Directly depending on
devextreme-schematicsat^1.17.0results in multipledevextreme-schematicsversions in the install graph (e.g.devextreme-angular@26.1.4pullsdevextreme-schematics@1.15.0perpnpm-lock.yaml). If the app doesn’t use schematics at runtime, this extra direct dependency may be unnecessary bloat.
"devextreme-schematics": "^1.17.0",
ajivanyandev
approved these changes
Aug 12, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.